Geometry Managers

Contents

  1. Placer
  2. RowCol
  3. Packer

The geometry managers can be Drag&dropped to empty Drop Target windows.
To learn more about using the geometry managers in GUI editing see the User Interface / Customizing the User Interface chapter in the manual.

Placer

Description

The placer can be used when you want to position the child windows or gadgets positions relative to the width and height of the window.

RowCol

Description

The RowCol can be used when you want to lay the child windows or gadgets in multiple rows or columns.

The RowCol has the following options:

Orientation - Orientation of the RowCol

  • Vertical
  • Horizontal
  • Number of Rows/Columns - Number of rows or columns in the RowCol

    Packer

    Description

    The packer can be used when you want to organize the children either vertically or horizontally.

    The packer has the following options:

    Orientation - Orientation of the packer

  • Vertical
  • Horizontal